Srlombard Posted February 21, 2020 Share Posted February 21, 2020 It will have any mod tools? Can't wait to develop my own mutators Link to comment https://forums.kleientertainment.com/forums/topic/115920-mod-tools/ Share on other sites More sharing options...
Developer Kevin Posted February 22, 2020 Developer Share Posted February 22, 2020 No promises, but the game logic is all written in Lua, so modding is a definite possibility! We try to structure all of the code as if it were a mod anyway. When the game is a little more mature, we'll revisit the question of official mod support. Until then, you can poke around with our dev tools by launching the game with --debug as a command line parameter. Once that's on, you can use ~ and ctrl+~ to look at the debug console and lua REPL. The actual code of the game can be explored if you manually unzip the data file. Link to comment https://forums.kleientertainment.com/forums/topic/115920-mod-tools/#findComment-1309705 Share on other sites More sharing options...
ArtixBot Posted February 24, 2020 Share Posted February 24, 2020 On 2/21/2020 at 8:48 PM, Kevin said: The actual code of the game can be explored if you manually unzip the data file. Many of the files seem to be .TEX files, which I can't open with VSCode. What can they be opened with (I assume not LaTeX)? Link to comment https://forums.kleientertainment.com/forums/topic/115920-mod-tools/#findComment-1310287 Share on other sites More sharing options...
RageLeague Posted February 25, 2020 Share Posted February 25, 2020 3 hours ago, ArtixBot said: Many of the files seem to be .TEX files, which I can't open with VSCode. What can they be opened with (I assume not LaTeX)? I don't think they are actual script files. They are more like assets. The scripts are under the folder named "scripts". Link to comment https://forums.kleientertainment.com/forums/topic/115920-mod-tools/#findComment-1310341 Share on other sites More sharing options...
ArtixBot Posted February 25, 2020 Share Posted February 25, 2020 Ah, I'm dumb. Thanks! Link to comment https://forums.kleientertainment.com/forums/topic/115920-mod-tools/#findComment-1310343 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.